projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dcb89a
)
Indexed `empty string' definition.
author
Robert J. Chassell
<bob@rattlesnake.com>
Mon, 17 Dec 2001 19:24:09 +0000
(19:24 +0000)
committer
Robert J. Chassell
<bob@rattlesnake.com>
Mon, 17 Dec 2001 19:24:09 +0000
(19:24 +0000)
lispintro/emacs-lisp-intro.texi
patch
|
blob
|
history
diff --git
a/lispintro/emacs-lisp-intro.texi
b/lispintro/emacs-lisp-intro.texi
index d24ce67239c56d546f34694cdfae67728f33ff03..1968a3256df2666db77d155f611b5aa738c6316f 100644
(file)
--- a/
lispintro/emacs-lisp-intro.texi
+++ b/
lispintro/emacs-lisp-intro.texi
@@
-4517,6
+4517,7
@@
The arguments to @code{string-lessp} must be strings or symbols; the
ordering is lexicographic, so case is significant. The print names of
symbols are used instead of the symbols themselves.
+@cindex @samp{empty string} defined
An empty string, @samp{""}, a string with no characters in it, is
smaller than any string of characters.